home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / doom / doom_16t.3 / doom_16t / sndcvt / README < prev    next >
Text File  |  1995-01-12  |  1KB  |  52 lines

  1.  
  2. v3:
  3.  
  4.  nothing new. only a few minor changes & fixes.
  5.  
  6.  the sndserver from the latest linux[sx]doom release doesnt work with sndcvt,
  7.  so i have included the (pre-patched) sndserver which came with the first
  8.  release of linuxXdoom.
  9.  there is also a hacked version of the latest sndserver, by Dave Madden
  10.  (dhm@vheissu.net.dcl.co.jp) which works with sndcvt, it can be found
  11.  on SunSite.
  12.  
  13.  
  14.  
  15. v2:
  16.  
  17.  - support for pc speaker driver
  18.     (pcsndrv-0.7.tar.gz), not tested with earlier versions.
  19.  - support for mono soundcards
  20.  
  21. ------
  22. sndcvt
  23.  
  24.  this is a little program to convert the 16bit sound of DOOM to 8bit sound,
  25.  for the poor guys who still own a SBpro or other 8 bit soundcard, like me..
  26.  
  27.  to use it you have to patch sndserver.
  28.  replace all occurrences of "/dev/dsp" by "/tmp/dsp".
  29.  this can be done with sed.
  30.  
  31.  $ sed s,/dev/dsp,/tmp/dsp,g < sndserver > sndserver.new
  32.  (dont forget to replace the old server with the new one,
  33.   and also make sure DOOM can find it (edit the pathname in .doomrc))
  34.  
  35.  after that make a named pipe in /tmp
  36.  
  37.  $ mknod /tmp/dsp p
  38.  
  39.  All done..  startup sndcvt, and fire up DOOM..
  40.  
  41.  
  42.  happy dooming..
  43.  
  44.  Charles.. <int@link.xs4all.nl>
  45.  
  46.  
  47.  
  48. PS:
  49.    if you're having trouble getting sndcvt to work, send me the output of:
  50.    $ strace sndcvt -[smp] &> out
  51.  
  52.